InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Item Property / Item(TKey) Property

In This Topic
    Item(TKey) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal key As TKey _
    ) As TValue
    public TValue Item( 
       TKey key
    ) {get; set;}

    Parameters

    key
    See Also